Returns the playback speed set for low-level actions. The speed is set in the QA Wizard Pro playback options or in a SetLowLevelSpeed statement.
Syntax
GetLowLevelSpeed()
Return value
| Value | Description |
|---|---|
| 1 | Default speed. Same speed used during recording. |
| 0 | Maximum speed. |
Example
llspeed = GetLowLevelSpeed()
PrintLn("Low-level actions playback speed: " + llspeed)